You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
invenio db drop --yes-i-know
invenio index destroy --yes-i-know
invenio db create
invenio index init
invenio files location create...
As it is now, this "could" be achieved with invenio-cli services --force. Tho we would need to add it to the docker image of the instance (install it along). It would require a PR since at the moment invenio-cli does db init and db destroy which act upon the db not the tables in it. It is an issue because we would need to give access on all public schema in the pg_conf... I'd try to avoid those privileges.
Alternatively, we can just create a script folder just on the demo instance for our own "management" purposes, or even just call the commands with && in the job. I would prefer the above (invenio-cli). It is more work, but doing scripts deceive the purpose of the CLI...
No description provided.
The text was updated successfully, but these errors were encountered: