Database Administration & Monitoring, SQL Server SQL Saturday Paris 2018 – Pré-conférence SQL Server Linux, Docker et Azure 28.05.2018 by Microsoft Team The next SQL Saturday in Paris is coming soon and the agenda has been published by the @GUSS on twitter. Le prochain SQL Saturday Paris arrive bientôt et l’agenda a été publié sur Twitter par le @GUSS(…)
Database Administration & Monitoring Windocks – a different way to use SQL Server on Docker 24.05.2018 by Microsoft Team I spent some times to write blog posts about SQL Server on Docker since few months and you likely noticed it concerned mainly SQL Server on Linux. But what about SQL Server on Docker and Windows? If you take a(…)
Database Administration & Monitoring Customizing PostgreSQL parameters in EDB containers in MiniShift/OpenShift 18.05.2018 by Daniel Westermann This blog refers to an older version of EDB's Postgres on Kubernetes offering that is no longer available. In the last two posts we deployed an EDB database container and two pgpool instances and then(…)
Database Administration & Monitoring Scaling the EDB containers in MiniShift/OpenShift 18.05.2018 by Daniel Westermann This blog refers to an older version of EDB's Postgres on Kubernetes offering that is no longer available. When you followed the last post you should have two pgpool instances and one EDB Postgres instance running(…)
Database Administration & Monitoring Deploying EDB containers in MiniShift/OpenShift 11.05.2018 by Daniel Westermann This blog refers to an older version of EDB's Postgres on Kubernetes offering that is no longer available. In this post we'll look at how we can deploy EnterpriseDB containers in MiniShift. When you need to(…)
Oracle Some ideas about Oracle Database on Docker 08.05.2018 by Oracle Team By Franck Pachot . This is not a 'best practice' but just some ideas about building Docker images to provide an Oracle Database. I started with the images provided by Oracle: https://github.com/oracle/docker-images/tree/master/OracleDatabase/SingleInstance and this is great(…)
Cloud, Oracle ADWC – a Docker container to start/stop Oracle Cloud services 03.05.2018 by Oracle Team By Franck Pachot . In the previous post, I've explained how to start and stop the Autonomous Data Warehouse Cloud service from PSM (PaaS Service Manager). There's a setup phase, and a run phase starting with(…)
Database Administration & Monitoring Load Balancing with Docker Swarm mode and SQL Server containers 03.05.2018 by Microsoft Team Docker swarm mode provides an easy way to publish ports for services. Indeed, in this mode all nodes participate in an ingress routing mesh and accept connections to any service port published. Thus, all incoming requests are routed to available(…)
Database Administration & Monitoring Managing SQL Server sa credentials with Docker secrets on Swarm 27.04.2018 by Microsoft Team A couple of weeks ago, I was working on a MSSQL Server docker image in a context of Hidora, a swiss cloud provider based on jelastic and for Docker-based applications. When writing(…)
Oracle Docker: efficiently building images for large software 31.03.2018 by Oracle Team By Franck Pachot . I see increasing demand to build a Docker image for the Oracle Database. But the installation process for Oracle does not really fit the Docker way to install by layers: you need to unzip the distribution,(…)