sean when I remove the port number there I get the following error:
**********************************************************************************
Error during initialisation:
Traceback (most recent call last):
File "/home/infusion/apps/infusion_gitter/env/lib/python3.12/site-packages/synapse/app/homeserver.py", line 375, in setup
hs.setup()
File "/home/infusion/apps/infusion_gitter/env/lib/python3.12/site-packages/synapse/server.py", line 363, in setup
self.datastores = Databases(self.DATASTORE_CLASS, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/infusion/apps/infusion_gitter/env/lib/python3.12/site-packages/synapse/storage/databases/__init__.py", line 92, in __init__
prepare_database(
File "/home/infusion/apps/infusion_gitter/env/lib/python3.12/site-packages/synapse/storage/prepare_database.py", line 156, in prepare_database
_upgrade_existing_database(
File "/home/infusion/apps/infusion_gitter/env/lib/python3.12/site-packages/synapse/storage/prepare_database.py", line 401, in _upgrade_existing_database
check_database_before_upgrade(cur, database_engine, config)
File "/home/infusion/apps/infusion_gitter/env/lib/python3.12/site-packages/synapse/storage/databases/main/__init__.py", line 412, in check_database_before_upgrade
raise Exception(
Exception: Found users in database not native to gitter.infusionsystems.com!
You cannot change a synapse server_name after it's been configured
There may be more information in the logs.
**********************************************************************************
synapse.app.homeserver(homeserver.yaml) failed to start (exit code: 1). Check the Synapse logfile, or run synctl with --no-daemonize.
How do I change the database ? Or should I remove the database ? Delete homeserver.db ? And talking about databases, is it better to use a PostgreSQL database ?