Public bug reported:

Whilst region-controller postinst attempts to not do database migration
when dbconfig-install is false, this doesn't really work. Or at least
one cannot preseed that to false

    # Only syncdb if we have selected to install it with dbconfig-common.
    db_get maas-region-controller/dbconfig-install
    if [ "$RET" = "true" ]; then
        maas_sync_migrate_db
        configure_migrate_maas_dns
    fi

The reason why this is impossible to preseed it to false, is due to the
.config maintscript which does

    # Hide maas/dbconfig-install question by setting default.
    set_question maas-region-controller/dbconfig-install true

Unconditionally.

** Affects: maas (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: subiquity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1766211

Title:
  cannot force not installing dbconfig managed postgresql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1766211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to