Conversation
… from the release-master release.
|
@jemarq04 @FallenDeity I'm gonna merge this PR soon. I just wanted to tell you that when you will pull the changes to your local machine you will need to spin up a fresh pokeapi instance if you're using docker. Because I bumped the postgres DB version. If you want to comment on the PR as well it's more than welcome. The aim is to deploy faster the GQL service on our small machine without building the DB on the machine but rather using a dump generated by the CICD pipeline. |
|
A PokeAPI/api-data refresh has started. In ~45 minutes the staging branch of PokeAPI/api-data will be pushed with the new generated data. |
|
The updater script has finished its job and has now opened a Pull Request towards PokeAPI/api-data with the updated data. |
|
Great! Now the GQL update process takes only 3 minutes! https://github.com/PokeAPI/api-data/actions/runs/29635383125/job/88057229524#logs |
Change description
Postgres was updated to 18 from 17, and this requires a different mount point for its data. It's also required to wipe the current volume and rebuild everything. No migration will be provided.
AI coding assistance disclosure
Contributor check list