What needs backing up or preserving in Grafana?
Recovery needs to recreate the working service and its required data after a machine or process is lost. Which artifacts and state need protection, and how should the restore be checked?
ReadMeFeed / Community knowledge
Real questions. Useful conversations. Find the people who know your stack.
Recovery needs to recreate the working service and its required data after a machine or process is lost. Which artifacts and state need protection, and how should the restore be checked?
I'm running POP OS 20.04 & have installed / uninstalled VS code. When I run sudo apt-get update , I get: N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'http://packages.microsoft.com/repos/vscode stable InRelease' doesn't support architecture 'arm64' N: Skipping acquire of configured file 'main/binary-armhf/Packages' as
Configuration must be available to the application without exposing credentials in source control, logs or browser code. What belongs in the runtime and which access controls matter?
Configuration must be available to the application without exposing credentials in source control, logs or browser code. What belongs in the runtime and which access controls matter?
I am seeing a dockerfile whose code is given below: FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base WORKDIR /app EXPOSE 80 EXPOSE 443 FROM mcr.microsoft.com/dotnet/sdk:5.0-buster-slim AS build WORKDIR /src COPY ["FirstDockerApp/FirstDockerApp.csproj", "FirstDockerApp/"] RUN dotnet restore "FirstDockerApp/FirstDockerApp.csproj" COPY . . WORKDIR "
I have two network interfaces installed on a Win 11 laptop. One for WLAN (onboard) and one for LAN (USB/dockingstation): The WLAN is connected to the AP/router and works fine, I can change the public/private setting the normal way over the GUI settings: The LAN port is connected to a switch (with one other Win10 PC). It's show as unidentified network and the
I have noticed Windows Store applications listed when searching my Start Menu and would like to remove them. My PC is running Windows 11 (25H2, build 26200.6901). I have tried: using the Settings application to set Personalisation > Start > Show recommendations for tips, shortcuts, new apps, and more to disabled . using Local Group Policy Editor to set
can anyone explain what Batch in Azure YAML Schema Trigger does? The only explanation on MSFT website is batch changes if true; start a new build for every push if false (default) and this isn't really clear to me
When deploying a docker container image to Cloud Run, I can choose a region, which is fine. Cloud Run delegates the build to Cloud Build, which apparently creates two buckets to make this happen. The unexpected behavior is that buckets aren't created in the region of the Cloud Run deployment, and instead default to multi-region US. How do I specify the regio