Poddery - Diaspora, Matrix and XMPP: Difference between revisions
| Line 481: | Line 481: | ||
For taking the dump, the following was run from the backup-server | For taking the dump, the following was run from the backup-server | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
ssh user@poddery-server 'mysqldump -u prosody --password="$(cat <path/to/password-file>)" prosody | gzip' > backups/prosody-backup | ssh user@poddery-server 'mysqldump -u prosody --password="$(cat <path/to/password-file>)" prosody | gzip' > backups/prosody-backup.sql.gz | ||
</syntaxhighlight> | </syntaxhighlight> | ||