Questions tagged [deployment]

Deployment is the process or collection activities that make a system available for use.

Deployment is the process or collection activities that make a system available for use.

It can refer to hardware, software, or both and has varying levels of automation, from the completely automated "no-touch" deployments to completely manual ones. Wikipedia has a page dedicated to software deployments here.

1293 questions
0
votes
0 answers

Filter report in PDQ based on number of application versions

I have a semi-large user base (approx 600 clients), all of them with standardized and individual applications. We manage most of the software with PDQ, but users are allowed to install their own software as well. From time to time, some of the…
Roger M
  • 147
  • 16
0
votes
0 answers

I have an issue with deploy a marketplace api in wordpress it is showing warnings

This the screenshot of the warnings I have an issue with deploy a marketplace api in wordpress it is showing warnings
0
votes
0 answers

how to check prod deployment in a complex cloud environment?

My application is made of several "services" (APIs, DBs, web servers, backend, frontend/BFF) that must be integrated with similar applications developed by other teams in the company. We have "dev" and pre-prod environments that are more or less…
Glasnhost
  • 591
  • 4
  • 10
  • 20
0
votes
1 answer

`nohup: failed to run command 'node': No such file or directory` when running script through ssh

I have a remote server in which I serve a webserver using node (express) and nginx. I have a ./devops/deploy.sh script which starts the webserver and restarts nginx. Said script works correctly if I manually connect to the instance (ssh @)…
ffigari
  • 103
  • 1
  • 4
0
votes
2 answers

How Microsoft licences work with MDT and WDS deployment?

The problem is the following: My company has bought several laptops (Acer, Lenovo), those come with Windows 10 professional edition already installed, so when you start the PC for the first time you end up in a classic OOBE environment (choose…
Admineral
  • 11
  • 5
0
votes
1 answer

Automate Kubernetes Deployment using ArgoCD

We have a GitHub repo containing all the Kubernetes cluster yaml files, When we want to update a deployment we simply edit the yaml and push to GitHub. Unfortunately, we then have to kubectl apply -f file.yaml How could one automate the deployment…
Birdy
  • 103
  • 1
  • 4
0
votes
1 answer

How do I write a maintainable Terraform template

for my company I have been tasked with creating a standard configuration and template for an (EKS) Kubernetes cluster in Terraform that can be deployed using GitLab CI/CD. The deployment and configuration has been done for a while, but I have been…
0
votes
0 answers

App Engine Flex Deployment Fails With Error Response: [9] An internal error occurred while processing task /app-engine-flex/flex_await_healthy/flex_

My App Engine Flex deployment fails with this error code. Updating service [default] (this may take several minutes)...failed. ERROR: (gcloud.beta.app.deploy) Error Response: [9] An internal error occurred while processing task…
0
votes
1 answer

Offline install of all win 10 printer drivers

I want to download the whole set of printer drivers that Microsoft does not distribute anymore since Windows 7 and install/deploy them without windows update or internet access. I am aware that I can use the windows update catalogue. But then I need…
Christian
  • 1,052
  • 5
  • 16
  • 24
0
votes
1 answer

Manage Azure App service deployment center FTP users

So as Azure admin of my company I was trying to create an overview of what contributors have created FTP Credentials for app services. It's fine that they create these credentials however I would like to find a way to either report what accounts…
0
votes
1 answer

Creating/Deploying Windows Server 2019 Image on multiple servers

I manage servers that are all identical in terms of hardware and software. The only differences are hostnames and IP addresses. I've been researching how to clone the OS across these to speed up deployments, but I am having trouble since a lot of…
eek
  • 261
  • 2
  • 4
  • 8
0
votes
0 answers

How to debug FAILED - RETRYING: wait for hosts (12 retries left)

Trying to deploy a VM landscape using https://github.com/GoogleCloudPlatform/sap-deployment-automation, I often get the message: FAILED - RETRYING: wait for hosts (12 retries left). It usually repeats failing, and I resolve it by trying various…
Thorsten Staerk
  • 387
  • 2
  • 11
0
votes
1 answer

Remote deployment of a script on linux

We are creating a lab and wanted to setup like 10-15 hosts with ldap. We need to install on each computer some packages that are necessary to run ldap, so my question is - can I somehow run 1 bash script on multiple computers simultaneously? So…
Pakuss
  • 1
0
votes
1 answer

Problems with deploy

I've got problem when deploying to server getting the below error (screen 1). After machine restart I can't install gitlab-runner. Any idea where the problem is?
Przemyslaw Wojda
  • 115
  • 1
  • 1
  • 6
0
votes
1 answer

How to deploy a server side rendering (SSR) react application (bundled by webpack) on windows server 2016 / IIS

Just a heads up: This is the first time I try to deploy a react application on a custom built Windows server, but I’ve managed to do it successfully on Heroku and Linux (PM2), so I know that the application architecture is suppose to work…