We are currently facing an issue and would appreciate your assistance in resolving it.
During our previous attempts, we followed the provided documentation and successfully ran the process on our testing server. However, in few days , we encountered a "421 Misdirected Request" error.
Additionally, when running git pull, some files are showing modifications. As per the documentation, we attempted the steps:
git stash
git stash pop
git pull
Despite this, the issue persists during the build process, and we are unable to proceed.
The specific error message is as follows:
ruby
CopyEdit
failed to solve: process "/bin/sh -c echo "deb http://apt.postgresql.org/pub/repos/apt/ $(grep -oP 'VERSION_CODENAME=\K\w+' /etc/os-release)-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list && curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg && apt-get update && apt-get install -y cron gettext postgresql-client-14" did not complete successfully: exit code: 100 root@ip-172-31-26-136:~/central#
We are currently facing an issue and would appreciate your assistance in resolving it.
During our previous attempts, we followed the provided documentation and successfully ran the process on our testing server. However, in few days , we encountered a "421 Misdirected Request" error.
Additionally, when running git pull, some files are showing modifications. As per the documentation, we attempted the steps:
git stash
git stash pop
git pull
Despite this, the issue persists during the build process, and we are unable to proceed.
The specific error message is as follows:
ruby
CopyEdit
failed to solve: process "/bin/sh -c echo "deb http://apt.postgresql.org/pub/repos/apt/ $(grep -oP 'VERSION_CODENAME=\K\w+' /etc/os-release)-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list && curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg && apt-get update && apt-get install -y cron gettext postgresql-client-14" did not complete successfully: exit code: 100
root@ip-172-31-26-136:~/central# image.png
image.png