mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 17:23:04 +03:00
Error after update docker version 1.28.1 to 1.29.0 #729
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fernandogobah on GitHub.
Error after update docker version 1.28.1 to 1.29.0
[2023-09-05 00:20:26.368][panic][ERROR] thread 'main' panicked at 'Error running migrations: QueryError(DieselMigrationName { name: "2023-02-18-125735_push_uuid_table", version: MigrationVersion("20230218125735") }, DatabaseError(Unknown, "must be owner of table devices"))': src/db/mod.rs:497
0: std::backtrace::Backtrace::create
1: vaultwarden::init_logging::{{closure}}
2: std::panicking::rust_panic_with_hook
3: std::panicking::begin_panic_handler::{{closure}}
4: std::sys_common::backtrace::__rust_end_short_backtrace
5: rust_begin_unwind
6: core::panicking::panic_fmt
7: core::result::unwrap_failed
8: vaultwarden::db::postgresql_migrations::run_migrations
9: vaultwarden::db::DbPool::from_config
10: vaultwarden::main::{{closure}}
11: tokio::runtime::park::CachedParkThread::block_on
12: tokio::runtime::context::runtime::enter_runtime
13: tokio::runtime::runtime::Runtime::block_on
14: rocket::async_main
15: vaultwarden::main
16: std::sys_common::backtrace::__rust_begin_short_backtrace
17: std::rt::lang_start::{{closure}}
18: std::rt::lang_start_internal
19: main
20: __libc_start_main
21:
Install method:
Docker
Clients used:
webvault, Android, iOS
Reverse proxy and version:
Caddy
MySQL/MariaDB or PostgreSQL version:
PostgreSQL
Other relevant details:
@BlackDex commented on GitHub:
Seems your database has some issues with ownership.
I suggest to check your database for issues.
I suggest to search for the error message reported by PostgreSQL to look for a solution.