• It seems that I have to do a fallback from 4.7 to 4.6.1

    I have a full backup of the filesystem, but I miss a backup of the database.

    Database upgrade was very quick. Do anyone know what was updated from 4.6.1 to 4.7

    • This topic was modified 9 years, 5 months ago by lsommerdal. Reason: typos
    • This topic was modified 9 years, 5 months ago by Jan Dembowski.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    Different DB version:
    4.6.1 DB Version = 37965
    4.7 BD Version = 38590

    Thread Starter lsommerdal

    (@lsommerdal)

    Would it be enough to change db_version from 38590 to 37965 and restore the old files?

    And thanks for a quick answer

    • This reply was modified 9 years, 5 months ago by lsommerdal.
    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Edit. Whoops. See below.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Actually, update on this. My mistake, I missed a line of code.

    The database WAS altered, but not in a breaking way.

    The post_password field was updated to be expanded from 20 characters to 255 characters. This allows for longer passwords on individual posts.

    As this is simply a field size increase, it is not a breaking change and so it is backward compatible.

    Thread Starter lsommerdal

    (@lsommerdal)

    Thank you both – wordpress downgraded successfully.

    Now I just want to do a successful upgrade.

    Automatic update isn’t an option as the timing window is too short

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘What is updated in database from 4.6.1 to 4.7’ is closed to new replies.