Trying again migrating/upgrading a drupal 7 site to backdrop.
Followed the instructions, but running update.php I get following errors:
Error
Warning message
The staging configuration directory (./files/config_18424bb2b506807e530d9584de0e8c9e/staging) could not be found. Please make sure it exists and is properly referenced in settings.php.
Error message
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'buddhistisk_xd7.system' doesn't exist: SELECT name, schema_version FROM {system} WHERE type = :type; Array ( [:type] => module ) in backdrop_get_installed_schema_version() (line 170 of /home/buddhistisk/d7.buddhistisksamfund.dk/core/includes/install.inc).
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'buddhistisk_xd7.system' doesn't exist: SELECT name, schema_version FROM {system} WHERE type = :type; Array ( [:type] => module )
The first one I don't understand. The second is simply wrong. The db exist and is set up properly in 'settings.php' - and I did not write '.system' in the name.
Any help in here?
Hi @greenstick
Seems to depend how you enter the password. If you use the UI installer then it processes it so it will work. If you just enter into settings.php then it won't.
We recently changed the command line tool (bee) to accommodate complex db passwords, db usernames and db names in command line options and when entered interactively.