mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
* change from psql to occ_command
Saving in commit for future reference:
USER=$(grep 'dbuser' $NCPATH/config/config.php | awk '{print $3}' | sed "s/[',]//g")
PASS=$(grep 'dbpassword' $NCPATH/config/config.php | awk '{print $3}' | sed "s/[',]//g")
PGPASSWORD="$PASS" psql -U "$USER" -h 127.0.0.1 nextcloud_db -c 'DROP TABLE IF EXISTS oc_fulltextsearch_ticks CASCADE;'
|
||
|---|---|---|
| .. | ||
| adminer.sh | ||
| collabora.sh | ||
| fail2ban.sh | ||
| fulltextsearch.sh | ||
| netdata.sh | ||
| nextant.sh | ||
| onlyoffice.sh | ||
| previewgenerator.sh | ||
| spreedme.sh | ||
| talk.sh | ||
| webmin.sh | ||