Skip to main content

in reply to Shelenn Ayres

5 users at this point actually, we need to stop growing, the twitter exedous cause us a full 66% user increase!
Unknown parent

silverwizard
I used to have a bunch of issues, because images were stored in the DB, and now that they aren't, my upgrades have been entirely consistent
Unknown parent

silverwizard
Yeah, that 100% would do it, images in the DB still surprises me as a concept
in reply to silverwizard

Friendica upgrade is the easiest upgrade I know of, git pull and you're dun.
in reply to Lorraine Lee

Wait wait wait!

git pull
cd addons
composer install --no-dev
git pull
cd ..
php bin/console.php dbstructure upgrade

Missing a step can cause *real* issues!
This entry was edited (1 year ago)
in reply to silverwizard

atm I'm using no addons, wanna debug my missing text problem before I start playing with those
in reply to Lorraine Lee

Then you don't need to run the pull on addons, but definitely run composer and dbstructure upgrade
in reply to silverwizard

@silverwizard @Lorraine Lee You should run the composer step in Friendica's base directory, not in addons. 😉
in reply to Rolf Wagner

Well, maybe, if you want things to work

I also typed that from memory
in reply to silverwizard

php bin/console.php dbstructure update
This entry was edited (1 year ago)