Git Product home page Git Product logo

Comments (3)

altsalt avatar altsalt commented on September 25, 2024

I've had a similar struggle, but think that my issue is related to not having enough drive space to store three versions of the database. Will keep an eye on this issue, whether it ends up being the same issue or a different one.

from matrix-docker-ansible-deploy.

spantaleev avatar spantaleev commented on September 25, 2024

I've justed tested this against a Debian 12 VM with a vars.yml file that looks like this:

---

matrix_domain: example.com

matrix_homeserver_implementation: synapse
matrix_homserver_federation_enabled: false
matrix_homeserver_generic_secret_key: 'test'

matrix_synapse_workers_enabled: true

matrix_playbook_reverse_proxy_type: playbook-managed-traefik

devture_traefik_config_entrypoint_web_secure_enabled: false
devture_traefik_config_certificatesResolvers_acme_email: ''

# We need this for Debian 12 due to a conflict with some `time-daemon` package
devture_timesync_installation_enabled: false

devture_postgres_connection_password: 'test'

# TODO - remove after the initial installation, so upgrading would be possible
devture_postgres_container_image_latest: "{{ devture_postgres_container_image_v14 }}"

This makes a clean installation with Postgres pinned to v14. I've explicitly enabled Synapse workers to replicate your setup.

After the initial installation, I created some Synapse users manually.

I then removed the devture_postgres_container_image_latest override from vars.yml and ran upgrade-postgres. During the upgrade, all other containers were stopped (docker ps only showed matrix-postgres and matrix-postgres-import running). The upgrade to Postgres v16 (current latest at the time of this writing) was successful and my Synapse database still seems to contain my users, etc.


So, I'm not sure what's going on in your case and for others that have reported similar issues recently, but I can't reproduce the problem.

from matrix-docker-ansible-deploy.

FSG-Cat avatar FSG-Cat commented on September 25, 2024

if the issue rears its head next time i try a migration i will try to collect more logs that time to see if we can actually get some useful logs out of it.

from matrix-docker-ansible-deploy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.