treewide format
This commit is contained in:
parent
653eb2d606
commit
b346790feb
31 changed files with 150 additions and 104 deletions
|
|
@ -27,7 +27,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services.flamesite-backup = { # TODO: Remove when replication setup
|
||||
systemd.services.flamesite-backup = {
|
||||
# TODO: Remove when replication setup
|
||||
script = ''
|
||||
${pkgs.podman}/bin/podman exec swgal_db_1 sh -c 'exec mysqldump --no-tablespaces -usgr_user -psgr_pass sgr_db' > ${volumePath}/flamesites/swgalaxyproject/dbBackups/db.sql
|
||||
${pkgs.podman}/bin/podman exec nnsbluegrass_db_1 sh -c 'exec mysqldump --no-tablespaces -unns_user -pnns_pass nns_db' > ${volumePath}/flamesites/nnsbluegrass/dbBackups/db.sql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue