nixpkgs/nixos/tests/nextcloud
Maximilian Bosch 45d2b8b536
nixos/nextcloud: deprecated dbtableprefix
Closes #320381

Installation with a custom dbtableprefix is not allowed anymore for a
while[1] and we shouldn't advertise it as such.

The option is deprecated for now since I'm not sure if there are some
weird corner-cases where removing the option directly would break
existing installations from before <20 with a custom dbtableprefix. The
migration-path for such a case is as follows:

* Check if /var/lib/nextcloud/config/config.php has the correct
  dbtableprefix set and if not, take care of it.
* Remove `dbtableprefix` from the NixOS configuration. It's effectively
  state anyways.

After a bit of time to switch (perhaps after the next release
branchoff), the option can be removed.

[1] https://github.com/nextcloud/server/issues/24836
2024-06-19 11:43:33 +02:00
..
basic.nix nixos/nextcloud: deprecated dbtableprefix 2024-06-19 11:43:33 +02:00
default.nix nixos/nextcloud: refactor tests 2024-06-12 10:55:26 +02:00
with-declarative-redis-and-secrets.nix nixos/nextcloud: Rename extraOptions to settings 2024-01-26 14:22:49 +01:00
with-mysql-and-memcached.nix nixos/nextcloud: refactor tests 2024-06-12 10:55:26 +02:00
with-objectstore.nix nixos/nextcloud: refactor tests 2024-06-12 10:55:26 +02:00
with-postgresql-and-redis.nix nixos/nextcloud: refactor tests 2024-06-12 10:55:26 +02:00