backdrop-contrib / backup_migrate

Port of the Drupal backup_migrate module to Backdrop
GNU General Public License v2.0
7 stars 14 forks source link

Settings profiles show wrong tables for exclusion when you have multiple database sources #169

Open MegaphoneJon opened 3 months ago

MegaphoneJon commented 3 months ago

Hi all,

In my "Sources", I have two of type "MySQL Database". See screenshot below. When I add a new settings profile, the "Exclude the tables" inputs show me the same set of tables. See the second screenshot. I replicated this on two sites, so I don't believe it's a config issue.

Selection_2330

Selection_2329

argiepiano commented 3 months ago

Can you please check your settings.php file for your site? You may have both databases listed in that file, so Backup and Migrate picks both of them.

I'm not sure if you are trying to report a bug or just have a question. Please clarify.

argiepiano commented 3 months ago

OK, I think I understand your question now. So, the default database options is showing tables from the other database.

I'll try to check on this soon.