docker-vertica
docker-vertica copied to clipboard
Update docker entrypoint to support new database, state check and restore when start failed
Hi, I am develop vertica docker image for enterprise use. I find some problems and fix it.
- Merge dev docker-entrypoint.sh with master branch
- Add vertica running state check
- Add start timeout env suopport
- For single vertica, use wos may case database crash when lastgoodepoch is slow than current epoch, add recorvery function if start failed
- 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.