Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| commands [2026/03/08 07:05] – agnes | commands [2026/06/25 08:06] (current) – agnes | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| sudo docker compose exec -it web bash bin/ | sudo docker compose exec -it web bash bin/ | ||
| + | | ||
| + | rsync files | ||
| + | |||
| + | sudo rsync -avz / | ||
| + | |||
| mysql client login command: | mysql client login command: | ||
| Line 52: | Line 57: | ||
| 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 ===== | ||
