I am trying to import the database. Question: can I import a database from one server to another? I get an error...
2026-01-26 21:38:55,823 ERROR Database exception.
Details: (psycopg2.OperationalError) server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
[SQL: SELECT dev.tokens.account, dev.tokens.identity, dev.tokens.expired_at AS lifetime, dev.tokens.audience, dev.tokens.oidc_scope AS authz_scope
FROM dev.tokens
WHERE dev.tokens.token = %(token_1)s AND dev.tokens.expired_at > %(expired_at_1)s]
[parameters: {'token_1': 'root-rucio_admin-unknown-cdae4e31bd744f7d8bd873947b650be9', 'expired_at_1': datetime.datetime(2026, 1, 26, 21, 38, 55, 811156)}]
(Background on this error at: https://sqlalche.me/e/20/e3q8)