mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Some notices about vaultwarden/admin dashboard #1479
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 @ecesarini on GitHub (Jan 25, 2023).
Subject of the issue
Updating vaultwarden/admin dashboard notes
Deployment environment
vaultwarden version: 1.27.0-9366e314
Install method: Docker
Clients used: vaultwarden admin dashboard
Reverse proxy and version: Apache/2.4.6
MySQL/MariaDB or PostgreSQL version: 10.6.4-MariaDB-1:10.6.4+maria~focal
Steps to reproduce
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
@BlackDex commented on GitHub (Jan 25, 2023):
Ah, i think this has to do with using a different database than sqlite.
Thanks for the report!
@stefan0xC commented on GitHub (Jan 25, 2023):
I can confirm that the error happens with a PostgreSQL database backend too and the
document.getElementById("backupDatabase")not being available is responsible for the Send test mail and save config button not working as the following 3 statements will not get executed due to the uncaught exception:There is no issue when using SQLite (where the backup database button exists).
@BlackDex commented on GitHub (Jan 25, 2023):
Resolved by #3167 .
Again thanks for the report :).