Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| commands [2026/03/07 08:54] – agnes | commands [2026/03/18 05:39] (current) – agnes | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| sudo docker compose up -d web --force-recreate --remove-orphans | sudo docker compose up -d web --force-recreate --remove-orphans | ||
| + | | ||
| + | chown elastic-data to docker before reloading ES so it works | ||
| + | |||
| + | sudo chown 1000:1000 / | ||
| reload elasticsearch: | reload elasticsearch: | ||
| Line 48: | Line 52: | ||
| alter table invite_requests add note text null; | alter table invite_requests add note text null; | ||
| + | backup to restic | ||
| + | |||
| + | restic -r s3: | ||
| + | | ||
| ===== Development with Rails 8 ===== | ===== Development with Rails 8 ===== | ||
