Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] Joomla 4 installer always creates backup tables overwriting older backup tables with no warning #29986

Closed
PhilETaylor opened this issue Jul 5, 2020 · 2 comments

Comments

@PhilETaylor
Copy link
Contributor

Steps to reproduce the issue

install Joomla 4 with a db prefix of jos_ - complete the installation.

delete configuration.php

install Joomla 4 with a db prefix of jos_ - complete the installation

Inspect database - note new tables prefixed bak_jos_

Make a known change in a table with a prefix bak_jos_

delete configuration.php

install Joomla 4 with a db prefix of jos_ - complete the installation

Expected result

No existing tables with a bak_jos_ prefix are OVERWRITTEN leading to data loss.

Installation to fail if existing table exists

Expect to be asked if I want to backup or remove existing tables like Joomla 3

Actual result

Note you are never asked (like Joomla 3) if you want to backup or remove existing tables. They are backed up regardless if found.

any existing tables with a bak_jos_ prefix are OVERWRITTEN leading to data loss.

System information (as much as possible)

Additional comments

Joomla 3 screenshot from documentation
image

@Quy
Copy link
Contributor

Quy commented Jul 5, 2020

Duplicate #18835?

@PhilETaylor

This comment was marked as abuse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants