- Stop the CB services:
service cb-enterprise stop
- Start only the Postgres service:
service cb-pgsql start
- Backup the alliance_feeds table:
pg_dump -C -Fp -t alliance_feeds -f /var/log/cb/case<CASE#>_feeds.sql cb -p 5002
- Delete the duplicate feed entries by ID. Be sure the <IDOFDUPE> value is the duplicate feed, if the wrong feed is deleted, the backup must be restored:
psql -d cb -p 5002 -c "delete from alliance_feeds where id = '<IDOFDUPE>';"
- Start the other CB services: How to restart server services