XF 2.2 v. 2.2.7: database schema change?

ehd

Well-known member
I have just upgraded through CLI because of this:

In addition to the usual bug fixes and improvements, there is a database schema change which may take significant time to perform. If you have a particularly large xf_attachment and xf_attachmet_data table (several million records) then we recommend performing a CLI upgrade.

Then this happened:

Current version: 2020672
Upgrade target: 2020770 (2.2.7)
Are you sure you want to continue with the upgrade? [y/n] y

Running upgrade to 2.2.7, step 1... done.
Running upgrade to 2.2.7, step 2... done.
All upgrade steps run up to version 2.2.7.

Importing... Master data (Templates)
Rebuilding... Phrases .
Rebuilding... Phrases . . . . .
Rebuilding... Phrases . . . . . . . .
Rebuilding... Templates . . .
Rebuilding... Permissions .
Rebuilding... Permissions . .
Rebuilding... Permissions . . .

Upgrade completed successfully.


xf_attachment is: 2451178

Shouldn't there have been some database-modification-notice? It upgraded so quickly, and I'm wondering if everything went through fine.
 
It went through fine:

Code:
Running upgrade to 2.2.7, step 1... done.
Running upgrade to 2.2.7, step 2... done.
All upgrade steps run up to version 2.2.7.

Those steps are the steps where the database queries run.

The warning about the CLI was mostly an abundance of caution but it seems as though it wasn't too much effort for your server :)
 
Top Bottom