2.使用 PostgreSQL 后端
DATABASE_URL=postgresql://[[user]:[password]@]host[:port][/database]DATABASE_URL=postgresql://user_name:user_password@db_host:5432/vaultwarden?application_name=vaultwarden&options=-c%20search_path%3Ddb_schema!
#
$
%
&
'
(
)
*
+
,
/
:
;
=
?
@
[
]
从 SQLite 迁移到 PostgreSQL
CREATE USER vaultwarden WITH ENCRYPTED PASSWORD 'yourpassword';从 MySQL 迁移到 PostgreSQL
最后更新于