Sunday, December 31, 2017

Kubernetes 1.8: Using Cronjobs to Take Neo4j Backups

DZone Database Zone
Kubernetes 1.8: Using Cronjobs to Take Neo4j Backups
Kubernetes 1.8: Using Cronjobs to Take Neo4j Backups

With the release of Kubernetes 1.8, Cronjobs have graduated to beta, which means we can now more easily run Neo4j backup jobs against Kubernetes clusters.

Before we learn how to write a Cronjob, let’s first create a local Kubernetes cluster and deploy Neo4j.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...