-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment should go after Docker image pushes #16
Comments
@gabmontes we'll do the necessary fixes... going to remove
|
Also i've noticed some issues while generating the backups for postgres DB's,
We'll need to update the back up action to pick up this volumes... |
|
During the last update we noticed some logs regarding PostgresSQL version upgrade from 14 to 15...
After this changes and because of the points mentioned above... postgresDB was not able to restored completely.. we revert back to previous commit of blockscout and still indexing... once fully indexed we can try again to deploy the latest upgrade... |
@gabmontes @jcvernaleo here the workaround for latest block explorer deployment: Since we are upgrading from We needed to build explorer from scratch this mean not using the github action:
Note:
|
@dhidalgX it looks like the deployment action defined in
blockscout_deployment.yml
may run before the Docker images are build and pushed to the DockerHub repository (seepublish-docker-image-every-push.yml
).The text was updated successfully, but these errors were encountered: