Using the server that was previously used by opencdms-api's deploy_latest.yml (since it will no longer deploy api-latest on every commit: see here)
- If DB container doesn't already exist, deploy a single MariaDB container with the initial Climsoft database SQL DDL (as per here)
- The database and data should persist even after new deployments and the data should not be lost
- Deploy opencdms-api with just Climsoft-API (without pygeoapi/surface/mch) -- without Postgres and without the auth that uses SURFACE
Also: could you help me with the process of logging in to the server so that I could manually access the databases as an administrator (e.g. for occasional manual backups until something more robust is in place) - and, also access the API container so that I can inspect logs.
Using the server that was previously used by opencdms-api's
deploy_latest.yml(since it will no longer deployapi-lateston every commit: see here)Also: could you help me with the process of logging in to the server so that I could manually access the databases as an administrator (e.g. for occasional manual backups until something more robust is in place) - and, also access the API container so that I can inspect logs.