Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add script for PG upgrade. * Add drop databases * Add update postgis command. * Add create database statement * Update script for update db cluster * Use of template1 as db for connection. * Add IMPORTANT message. * Change * Move warning message to the top. * Add instructions for PostgreSQL migration. * `UPGRADE_PG_DB_FROM_11_TO_16.md` → `README.md` * Delete UPGRADE_PG_DB_FROM_11_TO_16.md * Create entrypoint.sh * Update docker-compose-dev.yml * Update README.md * Update entrypoint.sh * Delete update_postgres_11_to_16_BASE.sh * Delete upgrade_postgres_11_to_16_BACKUP.sh * Delete upgrade_postgres_11_to_16_RESTORE.sh * Update to qgis 3.34 * Create `Makefile` * Update Makefile * Update Makefile * Update README.md * Update README.md * Update docker-compose-dev.yml * Delete scripts/postgis/entrypoint.sh * create `/scripts/makefile/folder` * Update `Makefile` * Update `run_certbot.sh` * Update README.md * Update docker-compose-consumer.yml * Update docker-compose-dev.yml * check for Windows_NT * mispelling * Update Makefile * Update README_DEV.md * Update Makefile * Update db-restore.sh * Update db-backup.sh * Update README.md * Update README.md * Update README.md * Update .env.example * Update README.md * Update README.md * Update README.md * Update makefile * Update makefile * `make demo ENV=dev` * wrong gitignore * missing projects * Update makefile * Update db-restore.sh * Update db-restore.sh * Update db-restore.sh * figlet * Create `gunicorn.conf.py` * Update docker-entrypoint-dev.sh * Update docker-entrypoint.sh * replace: `sleep` → `pg_isready` * replace: `make demo` → `make db-reset` * pg_isready to 90 s. * Instructions for prod. * add helper: `make run-%` * Update README_DEV.md * echo * missing demo files --------- Co-authored-by: wlorenzetti <[email protected]> Co-authored-by: Raruto <[email protected]>
- Loading branch information