HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Version 2021.006 Completely Breaks Site
somerandomfellow
New
These steps absolutely did not work when testing the new update. Holy crap.
- Backup your database,
.htaccess
andconf/config.php
file somewhere safe. - Delete various files. This is necessary for the upgrade to go smoothly and to prevent clashes if your filesystem merges directories together. Delete the following files.
- All files in
/dist
. - All files in
/cache
(except.htaccess
if you use Apache).
- All files in
- Follow any other version specific upgrade instructions.
- Upload the new release’s files so they overwrite the old ones.
- Delete all files in
/cache
(except.htaccess
if you use Apache). - Follow all version-specific instructions below. It is critical you delete the listed files.
- Go to
example.com/utility/update
to run any database updates needed. (404? See next paragraph.) If it fails, try it a second time by refreshing the page.
The site is nothing but white pages with 409s.
Furthermore, I tested out new Keystone theme update and it also destroyed the site after overwrite.
NOT READY for production.
0
Comments
Keystone issue was hooks not updating for some reason. Still don't know what's going on with the rest.
From the README I take the three paragraphs below:
The
master
branch is considered a stable branch capable of being released at any time.(...)
The
release/VERSION+BUILD
branches are production-ready branches for our cloud product but are not yet vetted for open source release(...)
Vanilla releases are built using Phing to create a pre-built deploy-ready copies of Vanilla. To build these run the following in the root of the repository.
Have you used phing to build a package from the master branch? Everything else could work by chance only
I used a script that built the initial 3.3 install of my forum.
I upgraded to 2021.003 for the most part by simply overwriting all old files. Everything went pretty smoothly aside from a few small hiccups.
I did not use Phing to build the 2021.006 update on the staging site. Am doing asap and will update with results. Thought it was good to go. Mah bad.