mrAceT

Results 96 comments of mrAceT

After a (more or less) good night sleep (was at it to almost 4 o'clock in the morning.. ) I think I found the cause.. Some time ago I found...

I'll go at it again tonight (it is an active setup so I can't just set it to maintenance mode in "prime time"). PS: in your transfer script the very...

the fact that // TODO: Remove S3 stuff from config file is in there.. not the cause?

To fix the to-do; 'config:system:set', ''objectstore', 'value=""' ?

I think I have figured it out.. I have previously migrated from local storage to S3 and there was still a database entry for where I wanted to migrate (back)...

bingo! and a few updates for the script: add two dashes: 'config:system:set', 'datadirectory, '--value="'.$PATH_DATA.'"' works, verified: 'config:system:delete', 'objectstore' first turn maintenance mode off, then do 'files:cleanup' and 'files:scan', '--all' here's...

I have quite a bit of data, so I first performed a test migration of one user ($TEST = 'appdata_code'), then a test for all users ($TEST = 1). I...

I've decided to publish my migration scripts As they are quite different now compared to yours and I added "the reverse script" (local->s3) I didn't fork (but I did mention...

I expect there to be some more logic in het part below where the slogan is shown.. that part goes as expected.. (?) That gets altered via 'public function getSlogan'

There it gets a bit messy? OC.theme.slogan has the 'standard slogan' I've set in the main config (log in as admin and change/set the values in the web-admin-panel) But the...