Closed e1mo closed 1 year ago
Initial setup for the FreeScout Helpdesk are currently using as a ticket system.
In terms of migrating data and everything:
sudo -u postgres pg_dump freescout > freescout.sql; scp freescout.sql e1mo@shirley.net.chaos.jetzt:
sudo systemctl stop freescout-*.timer
freescout
sudo -u postgres psql -c "DROP DATABASE freescout;"; sudo systemctl restart postgresql.service
sudo -u postgres psql freescout < /run/freescout_20220106.sql
/var/www/freescout/storage/app/attachment/
Initial setup for the FreeScout Helpdesk are currently using as a ticket system.
In terms of migrating data and everything:
sudo -u postgres pg_dump freescout > freescout.sql; scp freescout.sql e1mo@shirley.net.chaos.jetzt:
sudo systemctl stop freescout-*.timer
freescout
database:sudo -u postgres psql -c "DROP DATABASE freescout;"; sudo systemctl restart postgresql.service
sudo -u postgres psql freescout < /run/freescout_20220106.sql
./var/www/freescout/storage/app/attachment/
to the new host