Clean up files after postgis migration
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
CREATE EXTENSION IF NOT EXISTS postgis;
|
||||
CREATE EXTENSION IF NOT EXISTS postgis_topology;
|
||||
@@ -1,3 +1,5 @@
|
||||
# This script will create a backup of the adventurelog_media volume and store it in the current directory as adventurelog-backup.tar.gz
|
||||
|
||||
docker run --rm \
|
||||
-v adventurelog_adventurelog_media:/backup-volume \
|
||||
-v "$(pwd)":/backup \
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# This script is used to deploy the latest version of AdventureLog to the server. It pulls the latest version of the Docker images and starts the containers. It is a simple script that can be run on the server, possibly as a cron job, to keep the server up to date with the latest version of the application.
|
||||
|
||||
echo "Deploying latest version of AdventureLog"
|
||||
docker compose pull
|
||||
echo "Stating containers"
|
||||
|
||||
Reference in New Issue
Block a user