Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects

Tests/restore dump

Merged Diego MENDEZ requested to merge tests/restore_dump into docs/restore_dump

Files

[
{
"httpRequest": {
"method": "GET",
"path": "/api/containers",
"headers": {
"Authorization": "Basic YWRtaW46dGhpc2lzYWdvb2RwYXNzd29yZA=="
},
},
"httpResponse": {
"body": {
"Id": "24b34e3b635cf9ebea34f266a618987dfb8b0b54186a2c86f0c4ca29ee5b920b",
"Image": "sha256:93d33d145454fce24e0e7de0cbd0c3db17a79168886de0100f747d9a86d7e331",
"ResolvConfPath": "/var/lib/docker/containers/24b34e3b635cf9ebea34f266a618987dfb8b0b54186a2c86f0c4ca29ee5b920b/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/24b34e3b635cf9ebea34f266a618987dfb8b0b54186a2c86f0c4ca29ee5b920b/hostname",
"HostsPath": "/var/lib/docker/containers/24b34e3b635cf9ebea34f266a618987dfb8b0b54186a2c86f0c4ca29ee5b920b/hosts",
"LogPath": "/var/lib/docker/containers/24b34e3b635cf9ebea34f266a618987dfb8b0b54186a2c86f0c4ca29ee5b920b/24b34e3b635cf9ebea34f266a618987dfb8b0b54186a2c86f0c4ca29ee5b920b-json.log",
"Name": "/netbox-postgres",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "docker-default",
"ExecIDs": null,
},
},
},
{
"httpRequest": {
"method": "PUT",
"path": "/api/engine/containers/24b34e3b635cf9ebea34f266a618987dfb8b0b54186a2c86f0c4ca29ee5b920b/exec",
"headers": {
"Authorization": "Basic YWRtaW46dGhpc2lzYWdvb2RwYXNzd29yZA=="
},
"body": {
"type": "JSON",
"json": {
"cmd": ["pg_restore","-U","netbox","-d","netbox","-F","c","-c","/dumps/2024-06-14T07:52:01.621Z-dump.sql"]
}
}
},
"httpResponse": {
"body": {
"stdout": ""
}
}
}
]
Loading