Skip to main content

Questions tagged [docker]

The container software docker. https://www.docker.com

0 votes
1 answer
23 views

I'm running DolphinDB in a Docker container and restarting the container daily (creating a new container each time). My core requirement is: Export data from regular stream tables (non-persistent ...
Liu lu's user avatar
  • 3
0 votes
1 answer
157 views

I have a little application using a SQL Server 2022 Express database running in Docker. This is my configuration: mssql: image: mcr.microsoft.com/mssql/server:2022-latest deploy: labels: ...
user avatar
-2 votes
1 answer
99 views

As you can see in the picture, when I use select * from users, it tells me table doesn't exist. However, we can see the table exists by the show tables command. Besides, I can see the .ibd and .frm ...
haojie's user avatar
  • 97
3 votes
2 answers
216 views

I want to get change data capture working using a SQL Server database as a source and PostgreSQL as a sink. +----------------+ +----------------+ +------------------+ | SQL Server | ---...
sav's user avatar
  • 243
1 vote
1 answer
115 views

I have a Nextcloud server set up that uses docker image mariadb:10.11. I use mysqldump to back up the database. Where I am having trouble is trying to restore that to a test system as described here ...
JohnT's user avatar
  • 11
0 votes
0 answers
71 views

My database was just hacked. I tried doing some work and could not log in with the created user credentials. When I checked the database, I saw an intruder was removing the users and had created a ...
Aijay's user avatar
  • 1
4 votes
3 answers
202 views

I hear that the new Standard Developer edition is available in the current SQL Server 2025 preview. But how can I get it in Docker? SQL Server 2022's documentation shows us how to specify specific ...
J. Mini's user avatar
  • 1,322
2 votes
0 answers
55 views

i setup my postgresql in container, with hostssl and clientcert=verify-full as an option. I already generate root CA, then sign both server-key.pem and server.pem. then I sign client-key.pem and ...
Rizary's user avatar
  • 21
0 votes
2 answers
163 views

Normally I don't ask questions but I'm about at my wits end and foresee myself struggling with this for a while. To the question reviewers, I have not found any questions referring to either the Mongo ...
RiverHeart's user avatar
0 votes
2 answers
82 views

I am sorry to come back to this point, but it's still unsolved. Let me introduce the scenario. Working on Linux machine (3.10.0-1160.el7.x86_64), I am using docker compose to deploy different ...
Emilio Mastriani's user avatar
2 votes
1 answer
688 views

using pg_upgrade when you have installed both the 'old' version and the 'new' version on a system is quite straightforward. I tried to find a way using pg_upgrade with docker containers. This is a ...
D M's user avatar
  • 465
0 votes
1 answer
96 views

I hope someone will help me. I am trying to run cassandra and prometheus as containers inside of my docker compose, with many other containers. The docker starts up with no problems, but the ...
Emilio Mastriani's user avatar
0 votes
1 answer
315 views

I am trying to start up an oracle database server locally. My goal is to have a schema with a user, what my application can use then. I am somewhat familiar with Oracle database, but I am a beginner ...
riskop's user avatar
  • 101
0 votes
1 answer
44 views

I have a table in my keyspace in Cassandra and when I am trying to check basic metrics I always receive read count equals 0, while number or writes is proper. I am checking both nodetool tablestats as ...
Jan Rajczyk's user avatar
0 votes
1 answer
77 views

I have a docker host on which have multiple mariadb containers each for one application. But I have one particular application, my main application which overload the server eachtime that I start it ...
BoCyrill's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
16