run_occ doesn't support occ flags #58
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
not even quoting everything like in abra.sh
related: we'd like to run this and the index creation commands during upgrade but i can't find where
occ upgradeis being run, is it part of the containers? where should i hook these commands to ensure they're run after a succesful upgrade?You should add an extra set of single quotes (I don't know why)
abra app cmd URL app run_occ "'maintenance:repair --include-expensive'"haha thanks, this is... specific. maybe because they're passed to the entrypoint later on?
@decentral1se maybe it's an issue for abra? i'd expect to run commands like in docker exec.
Hard to tell on a quick pass but perhaps a combination of our cursed bash script handling and
run_occdoing this:abrarunsdocker execunder the hood.Making this less weird would be good!
like this? using a random container i have running:
and then:
it breaks with the double quoting suggested by @jeppebundsgaard so it's different somewhere in abra
I guess it's time for an
abraissue 🙃