docker-vertica icon indicating copy to clipboard operation
docker-vertica copied to clipboard

Update docker entrypoint to support new database, state check and restore when start failed

Open ysjiang4869 opened this issue 4 years ago • 0 comments

Hi, I am develop vertica docker image for enterprise use. I find some problems and fix it.

  1. Merge dev docker-entrypoint.sh with master branch
  2. Add vertica running state check
  3. Add start timeout env suopport
  4. For single vertica, use wos may case database crash when lastgoodepoch is slow than current epoch, add recorvery function if start failed
  5. Ff you change the database name via env, it will create new database instead of throw error before

The script was fully test, hope can help impove.

ysjiang4869 avatar Mar 09 '20 03:03 ysjiang4869